Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.webengine.blogs.theme--perspectives

This contribution is part of XML component org.nuxeo.webengine.blogs.theme inside nuxeo-webengine-blogs-6.0.jar

Extension Point

Extension point perspectives of component ThemeService.

Contributed Items

  • <perspective name="view">
          <title>VIEW mode</title>
        </perspective>
  • <perspective name="create">
          <title>CREATE mode</title>
        </perspective>
  • <perspective name="edit">
          <title>EDIT mode</title>
        </perspective>

XML Source

<extension point="perspectives" target="org.nuxeo.theme.services.ThemeService">

    <perspective name="view">
      <title>VIEW mode</title>
    </perspective>
    <perspective name="create">
      <title>CREATE mode</title>
    </perspective>
    <perspective name="edit">
      <title>EDIT mode</title>
    </perspective>

  </extension>